go/types.Var.isField (field)

4 uses

	go/types (current package)
		object.go#L283: 	isField  bool // var is struct field
		object.go#L302: 	return &Var{object: object{nil, pos, pkg, name, typ, 0, colorFor(typ), token.NoPos}, embedded: embedded, isField: true}
		object.go#L313: func (obj *Var) IsField() bool { return obj.isField }
		object.go#L421: 		if obj.isField {